home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 4 && _root.fireRune >= 7 && this.timey.timer == 100)
- {
- _root.magRune -= 4;
- _root.fireRun -= 7;
- this.timey.timer = 0;
- this.timey.timeIt = 0.4;
- this.timey._visible = true;
- _root.flame_ball._visible = true;
- _root.flame_ball.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-